Touch Canceled
public final static TouchCanceled TouchCanceled(List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
public final static TouchCanceled TouchCanceled(List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
Creates a new instance of TouchCanceled event with the given parameters.
Since
8.0.0
Parameters
touches
All touch points that are currently present on the screen.
changed Touches
The touch points that have been removed, and no longer touching the surface.
target Touches
The touch points that started on the target element of this event.
key Modifiers
The keyboard modifiers to apply.